home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK2.toast / Development Kits (Disc 2) / QuickTime / Programming Stuff / Documentation / develop articles / develop Issue 23 / Internet Config / IC 1.1 / ICAppSourceKit1.1 / ICWindowUtils.p < prev    next >
Encoding:
Text File  |  1997-02-26  |  155 b   |  12 lines  |  [TEXT/PJMM]

  1. unit ICWindowUtils;
  2.  
  3. interface
  4.  
  5.     uses
  6.         ICTypes, ICWindowGlobals;
  7.  
  8.     function WindowsOpen (wt: WindowType): OSErr;
  9.  
  10. implementation
  11.  
  12. end. (* ICWindowUtils *)